projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d931da8
)
* src/term.c: Do not include <termios.h>, systty.h does it.
author
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 20 Aug 2010 22:44:38 +0000
(15:44 -0700)
committer
Dan Nicolaescu
<dann@ics.uci.edu>
Fri, 20 Aug 2010 22:44:38 +0000
(15:44 -0700)
src/ChangeLog
patch
|
blob
|
history
src/term.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 19846016072777fa79394cffb45850e67fda81e7..2c51aeb6ce74293e808ffdadec8b5f489e03a12a 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2010-08-20 Dan Nicolaescu <dann@ics.uci.edu>
+ * term.c: Do not include <termios.h>, systty.h does it.
+
* s/unixware.h (HAVE_TCATTR):
* s/aix4-2.h (HAVE_TCATTR): Remove definitions, not needed.
systty.h defines it when HAVE_TERMIOS is defined.
diff --git
a/src/term.c
b/src/term.c
index 4f326234956cedf5d0a2fd664433fed0fe76925a..d12794980600aa9f1f9858d89a49e7ff271b7082 100644
(file)
--- a/
src/term.c
+++ b/
src/term.c
@@
-31,9
+31,6
@@
along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#include <unistd.h>
#endif
-#if HAVE_TERMIOS_H
-#include <termios.h> /* For TIOCNOTTY. */
-#endif
#ifdef HAVE_SYS_IOCTL_H
#include <sys/ioctl.h>
#endif